South Governorate
The drones being used in Sudan: 1,000 attacks since April 2023
During Sudan's civil war, which erupted in April 2023, both sides have increasingly relied on drones, and civilians have borne the brunt of the carnage. The conflict between the Sudanese armed forces (SAF) and the Rapid Support Forces (RSF) paramilitary group is an example of war transformed by commercially available, easily concealable unmanned aerial vehicles (UAVs), or drones. Modular, well-adapted to sanctions evasions and devastatingly effective, drones have killed scores of civilians, crippled infrastructure and plunged Sudanese cities into darkness. In this visual investigation, Al Jazeera examines the history of drone warfare in Sudan, the types of drones used by the warring sides, how they are sourced, where the attacks have occurred and the human toll. The RSF traces its origins to what at the time was a government-linked militia known as the Janjaweed.
- South America (0.40)
- North America > United States (0.40)
- North America > Central America (0.40)
- (27 more...)
- Information Technology (1.00)
- Government > Military > Army (0.70)
- Government > Military > Air Force (0.47)
ThetaEvolve: Test-time Learning on Open Problems
Wang, Yiping, Su, Shao-Rong, Zeng, Zhiyuan, Xu, Eva, Ren, Liliang, Yang, Xinyu, Huang, Zeyi, He, Xuehai, Ma, Luyao, Peng, Baolin, Cheng, Hao, He, Pengcheng, Chen, Weizhu, Wang, Shuohang, Du, Simon Shaolei, Shen, Yelong
Recent advances in large language models (LLMs) have enabled breakthroughs in mathematical discovery, exemplified by AlphaEvolve, a closed-source system that evolves programs to improve bounds on open problems. However, it relies on ensembles of frontier LLMs to achieve new bounds and is a pure inference system that models cannot internalize the evolving strategies. We introduce ThetaEvolve, an open-source framework that simplifies and extends AlphaEvolve to efficiently scale both in-context learning and Reinforcement Learning (RL) at test time, allowing models to continually learn from their experiences in improving open optimization problems. ThetaEvolve features a single LLM, a large program database for enhanced exploration, batch sampling for higher throughput, lazy penalties to discourage stagnant outputs, and optional reward shaping for stable training signals, etc. ThetaEvolve is the first evolving framework that enable a small open-source model, like DeepSeek-R1-0528-Qwen3-8B, to achieve new best-known bounds on open problems (circle packing and first auto-correlation inequality) mentioned in AlphaEvolve. Besides, across two models and four open tasks, we find that ThetaEvolve with RL at test-time consistently outperforms inference-only baselines, and the model indeed learns evolving capabilities, as the RL-trained checkpoints demonstrate faster progress and better final performance on both trained target task and other unseen tasks. We release our code publicly: https://github.com/ypwang61/ThetaEvolve
- Asia > Middle East > Lebanon > South Governorate > Sidon (0.04)
- North America > United States > Wisconsin > Dane County > Madison (0.04)
- North America > United States > Michigan (0.04)
- North America > United States > California > San Diego County > San Diego (0.04)
Early science acceleration experiments with GPT-5
Bubeck, Sébastien, Coester, Christian, Eldan, Ronen, Gowers, Timothy, Lee, Yin Tat, Lupsasca, Alexandru, Sawhney, Mehtaab, Scherrer, Robert, Sellke, Mark, Spears, Brian K., Unutmaz, Derya, Weil, Kevin, Yin, Steven, Zhivotovskiy, Nikita
AI models like GPT-5 are an increasingly valuable tool for scientists, but many remain unaware of the capabilities of frontier AI. We present a collection of short case studies in which GPT-5 produced new, concrete steps in ongoing research across mathematics, physics, astronomy, computer science, biology, and materials science. In these examples, the authors highlight how AI accelerated their work, and where it fell short; where expert time was saved, and where human input was still key. We document the interactions of the human authors with GPT-5, as guiding examples of fruitful collaboration with AI. Of note, this paper includes four new results in mathematics (carefully verified by the human authors), underscoring how GPT-5 can help human mathematicians settle previously unsolved problems. These contributions are modest in scope but profound in implication, given the rate at which frontier AI is progressing.
- Europe > United Kingdom > England > Oxfordshire > Oxford (0.14)
- North America > United States > New York (0.04)
- North America > United States > Michigan (0.04)
- (8 more...)
- Health & Medicine > Therapeutic Area > Immunology (1.00)
- Health & Medicine > Pharmaceuticals & Biotechnology (1.00)
- Energy (1.00)
- Health & Medicine > Therapeutic Area > Oncology (0.67)
Parameterized Hardness of Zonotope Containment and Neural Network Verification
Froese, Vincent, Grillo, Moritz, Hertrich, Christoph, Stargalla, Moritz
Neural networks with ReLU activations are a widely used model in machine learning. It is thus important to have a profound understanding of the properties of the functions computed by such networks. Recently, there has been increasing interest in the (parameterized) computational complexity of determining these properties. In this work, we close several gaps and resolve an open problem posted by Froese et al. [COLT '25] regarding the parameterized complexity of various problems related to network verification. In particular, we prove that deciding positivity (and thus surjectivity) of a function $f\colon\mathbb{R}^d\to\mathbb{R}$ computed by a 2-layer ReLU network is W[1]-hard when parameterized by $d$. This result also implies that zonotope (non-)containment is W[1]-hard with respect to $d$, a problem that is of independent interest in computational geometry, control theory, and robotics. Moreover, we show that approximating the maximum within any multiplicative factor in 2-layer ReLU networks, computing the $L_p$-Lipschitz constant for $p\in(0,\infty]$ in 2-layer networks, and approximating the $L_p$-Lipschitz constant in 3-layer networks are NP-hard and W[1]-hard with respect to $d$. Notably, our hardness results are the strongest known so far and imply that the naive enumeration-based methods for solving these fundamental problems are all essentially optimal under the Exponential Time Hypothesis.
- Asia > Middle East > Lebanon > South Governorate > Sidon (0.05)
- Asia > Middle East > Jordan (0.05)
- Europe > Germany > Bavaria > Middle Franconia > Nuremberg (0.04)
- Asia > India (0.04)
Closing the Modality Gap for Mixed Modality Search
Li, Binxu, Zhang, Yuhui, Wang, Xiaohan, Liang, Weixin, Schmidt, Ludwig, Yeung-Levy, Serena
Mixed modality search -- retrieving information across a heterogeneous corpus composed of images, texts, and multimodal documents -- is an important yet underexplored real-world application. In this work, we investigate how contrastive vision-language models, such as CLIP, perform on the mixed modality search task. Our analysis reveals a critical limitation: these models exhibit a pronounced modality gap in the embedding space, where image and text embeddings form distinct clusters, leading to intra-modal ranking bias and inter-modal fusion failure. To address this issue, we propose GR-CLIP, a lightweight post-hoc calibration method that removes the modality gap in CLIP's embedding space. Evaluated on MixBench -- the first benchmark specifically designed for mixed modality search -- GR-CLIP improves NDCG@10 by up to 26 percentage points over CLIP, surpasses recent vision-language generative embedding models by 4 percentage points, while using 75x less compute.
- North America > United States > California > San Francisco County > San Francisco (0.14)
- Asia > India > Kerala (0.14)
- North America > Canada > Quebec > Montreal (0.04)
- (18 more...)
- Law > Criminal Law (1.00)
- Law Enforcement & Public Safety (1.00)
- Health & Medicine (0.93)
- (2 more...)
AlphaEvolve: A coding agent for scientific and algorithmic discovery
Novikov, Alexander, Vũ, Ngân, Eisenberger, Marvin, Dupont, Emilien, Huang, Po-Sen, Wagner, Adam Zsolt, Shirobokov, Sergey, Kozlovskii, Borislav, Ruiz, Francisco J. R., Mehrabian, Abbas, Kumar, M. Pawan, See, Abigail, Chaudhuri, Swarat, Holland, George, Davies, Alex, Nowozin, Sebastian, Kohli, Pushmeet, Balog, Matej
In this white paper, we present AlphaEvolve, an evolutionary coding agent that substantially enhances capabilities of state-of-the-art LLMs on highly challenging tasks such as tackling open scientific problems or optimizing critical pieces of computational infrastructure. AlphaEvolve orchestrates an autonomous pipeline of LLMs, whose task is to improve an algorithm by making direct changes to the code. Using an evolutionary approach, continuously receiving feedback from one or more evaluators, AlphaEvolve iteratively improves the algorithm, potentially leading to new scientific and practical discoveries. We demonstrate the broad applicability of this approach by applying it to a number of important computational problems. When applied to optimizing critical components of large-scale computational stacks at Google, AlphaEvolve developed a more efficient scheduling algorithm for data centers, found a functionally equivalent simplification in the circuit design of hardware accelerators, and accelerated the training of the LLM underpinning AlphaEvolve itself. Furthermore, AlphaEvolve discovered novel, provably correct algorithms that surpass state-of-the-art solutions on a spectrum of problems in mathematics and computer science, significantly expanding the scope of prior automated discovery methods (Romera-Paredes et al., 2023). Notably, AlphaEvolve developed a search algorithm that found a procedure to multiply two $4 \times 4$ complex-valued matrices using $48$ scalar multiplications; offering the first improvement, after 56 years, over Strassen's algorithm in this setting. We believe AlphaEvolve and coding agents like it can have a significant impact in improving solutions of problems across many areas of science and computation.
- Asia > Middle East > Lebanon > South Governorate > Sidon (0.04)
- North America > United States > Texas > Harris County > Houston (0.04)
- North America > United States > New York > New York County > New York City (0.04)
- (6 more...)
- Research Report > New Finding (0.67)
- Research Report > Promising Solution (0.66)
- Health & Medicine > Pharmaceuticals & Biotechnology (0.67)
- Information Technology > Services (0.54)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Search (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Large Language Model (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Evolutionary Systems (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (0.93)
Palestinian commander killed in Lebanon as Israel, Hezbollah exchange fire
A suspected Israeli drone attack on a car in southern Lebanon has killed a commander from a coalition of Palestinian armed groups as tensions remain high along the Israel-Lebanon border. The attack targeted a car in the city of Sidon on Wednesday morning, killing Khalil al-Maqdah, a senior officer of Al-Aqsa Martyrs Brigades. A Hamas commander was also killed in the same region earlier this month. Meanwhile, the Israeli army launched a series of overnight air raids targeting what it said were ammunition depots belonging to Lebanon's Hezbollah group in the country's Bekaa region, killing one person and wounding at least 20 others. Hezbollah said it launched dozens of rockets towards northern Israel and the occupied Golan Heights.
- Asia > Middle East > Lebanon > South Governorate > Sidon (0.29)
- Asia > Middle East > Israel > Northern District > Golan Heights (0.26)
- Asia > Middle East > Palestine > Gaza Strip > Gaza Governorate > Gaza (0.09)
- (2 more...)
Residual-based Attention Physics-informed Neural Networks for Efficient Spatio-Temporal Lifetime Assessment of Transformers Operated in Renewable Power Plants
Ramirez, Ibai, Pino, Joel, Pardo, David, Sanz, Mikel, del Rio, Luis, Ortiz, Alvaro, Morozovska, Kateryna, Aizpurua, Jose I.
Transformers are vital assets for the reliable and efficient operation of power and energy systems. They support the integration of renewables to the grid through improved grid stability and operation efficiency. Monitoring the health of transformers is essential to ensure grid reliability and efficiency. Thermal insulation ageing is a key transformer failure mode, which is generally tracked by monitoring the hotspot temperature (HST). However, HST measurement is complex and expensive and often estimated from indirect measurements. Existing computationally-efficient HST models focus on space-agnostic thermal models, providing worst-case HST estimates. This article introduces an efficient spatio-temporal model for transformer winding temperature and ageing estimation, which leverages physics-based partial differential equations (PDEs) with data-driven Neural Networks (NN) in a Physics Informed Neural Networks (PINNs) configuration to improve prediction accuracy and acquire spatio-temporal resolution. The computational efficiency of the PINN model is improved through the implementation of the Residual-Based Attention scheme that accelerates the PINN model convergence. PINN based oil temperature predictions are used to estimate spatio-temporal transformer winding temperature values, which are validated through PDE resolution models and fiber optic sensor measurements, respectively. Furthermore, the spatio-temporal transformer ageing model is inferred, aiding transformer health management decision-making and providing insights into localized thermal ageing phenomena in the transformer insulation. Results are validated with a distribution transformer operated on a floating photovoltaic power plant.
- Europe > Spain > Cáceres > Cáceres Province > Cáceres (0.04)
- North America > United States > Massachusetts > Middlesex County > Natick (0.04)
- Europe > Sweden > Stockholm > Stockholm (0.04)
- (2 more...)
- Energy > Renewable > Solar (1.00)
- Energy > Power Industry (1.00)
Spectral invariance and maximality properties of the frequency spectrum of quantum neural networks
Holzer, Patrick, Turkalj, Ivica
Quantum Neural Networks (QNNs) are a popular approach in Quantum Machine Learning due to their close connection to Variational Quantum Circuits, making them a promising candidate for practical applications on Noisy Intermediate-Scale Quantum (NISQ) devices. A QNN can be expressed as a finite Fourier series, where the set of frequencies is called the frequency spectrum. We analyse this frequency spectrum and prove, for a large class of models, various maximality results. Furthermore, we prove that under some mild conditions there exists a bijection between classes of models with the same area $A = RL$ that preserves the frequency spectrum, where $R$ denotes the number of qubits and $L$ the number of layers, which we consequently call spectral invariance under area-preserving transformations. With this we explain the symmetry in $R$ and $L$ in the results often observed in the literature and show that the maximal frequency spectrum depends only on the area $A = RL$ and not on the individual values of $R$ and $L$. Moreover, we extend existing results and specify the maximum possible frequency spectrum of a QNN with arbitrarily many layers as a function of the spectrum of its generators. If the generators of the QNN can be further decomposed into 2-dimensional sub-generators, then this specification follows from elementary number-theoretical considerations. In the case of arbitrary dimensional generators, we extend existing results based on the so-called Golomb ruler and introduce a second novel approach based on a variation of the turnpike problem, which we call the relaxed turnpike problem.
- Asia > Middle East > Lebanon > South Governorate > Sidon (0.04)
- North America > United States (0.04)
- North America > Canada (0.04)
- Europe > Germany > Rhineland-Palatinate > Kaiserslautern (0.04)
- Research Report (0.70)
- Overview (0.66)
General strikes across West Bank after assassination of Hamas's al-Arouri
A general strike has been called across the cities of the occupied West Bank in protest against the assassination of seven members of Hamas, including the deputy head of its political bureau, Saleh al-Arouri. The strike was called by Palestinian armed groups that asked people to stay home on Wednesday and only leave to march in demonstrations against the drone attack on the outskirts of Beirut. The slain men are Saleh al-Arouri, who was also the commander of the Qassam Brigades in the occupied West Bank; Samir Fendi, who commanded the Qassam Brigades in Lebanon; Azzam al-Aqraa, who commanded the Qassam Brigades in southern Lebanon; and members Mahmoud Shaheen, Mohammed al-Rayes, Mohammed Bashasha and Ahmed Hamoud. All seven will be buried in Lebanon. Funerals will be held for Hamoud and Shaheen on Wednesday in the Burj al-Barajneh camp for Palestinian refugees and Taalbaya, respectively.
- Asia > Middle East > Lebanon > Beirut Governorate > Beirut (0.25)
- Asia > Middle East > Israel (0.17)
- Asia > Middle East > Palestine > Gaza Strip > Gaza Governorate > Gaza (0.06)
- Asia > Middle East > Lebanon > South Governorate > Sidon (0.05)